home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 60 / IOPROG_60.ISO / soft / c++ / gsl-1.1.1-setup.exe / {app} / src / vector / reim.c < prev    next >
Encoding:
C/C++ Source or Header  |  2001-08-22  |  996 b   |  45 lines

  1. #include <config.h>
  2. #include <stdlib.h>
  3. #include <gsl/gsl_vector.h>
  4.  
  5. #include "view.h"
  6.  
  7. #define BASE_GSL_COMPLEX_LONG
  8. #include "templates_on.h"
  9. #include "reim_source.c"
  10. #include "templates_off.h"
  11. #undef  BASE_GSL_COMPLEX_LONG
  12.  
  13. #define BASE_GSL_COMPLEX
  14. #include "templates_on.h"
  15. #include "reim_source.c"
  16. #include "templates_off.h"
  17. #undef  BASE_GSL_COMPLEX
  18.  
  19. #define BASE_GSL_COMPLEX_FLOAT
  20. #include "templates_on.h"
  21. #include "reim_source.c"
  22. #include "templates_off.h"
  23. #undef  BASE_GSL_COMPLEX_FLOAT
  24.  
  25. #define USE_QUALIFIER
  26. #define QUALIFIER const
  27.  
  28. #define BASE_GSL_COMPLEX_LONG
  29. #include "templates_on.h"
  30. #include "reim_source.c"
  31. #include "templates_off.h"
  32. #undef  BASE_GSL_COMPLEX_LONG
  33.  
  34. #define BASE_GSL_COMPLEX
  35. #include "templates_on.h"
  36. #include "reim_source.c"
  37. #include "templates_off.h"
  38. #undef  BASE_GSL_COMPLEX
  39.  
  40. #define BASE_GSL_COMPLEX_FLOAT
  41. #include "templates_on.h"
  42. #include "reim_source.c"
  43. #include "templates_off.h"
  44. #undef  BASE_GSL_COMPLEX_FLOAT
  45.